summaryrefslogtreecommitdiff
path: root/basic/source/app/app.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/app.hxx')
-rw-r--r--basic/source/app/app.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/app/app.hxx b/basic/source/app/app.hxx
index 5a501ec5efcf..47dd5056fb58 100644
--- a/basic/source/app/app.hxx
+++ b/basic/source/app/app.hxx
@@ -188,6 +188,7 @@ public:
void SetAppMode( const String &aNewMode ){ aAppMode = aNewMode; UpdateTitle(); }
String GenRealString( const String &aResString );
+ Rectangle GetInnerRect() const;
};