summaryrefslogtreecommitdiff
path: root/include/tools/gen.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/gen.hxx')
-rw-r--r--include/tools/gen.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx
index b17cb196dd87..c5d898b91296 100644
--- a/include/tools/gen.hxx
+++ b/include/tools/gen.hxx
@@ -440,6 +440,7 @@ public:
void setY( long n ) { nBottom += n-nTop; nTop = n; }
void setWidth( long n ) { nRight = nLeft + n; }
void setHeight( long n ) { nBottom = nTop + n; }
+ /// Returns the string representation of the rectangle, format is "x, y, width, height".
rtl::OString toString() const;
private: