summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-10 09:31:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-10 09:31:46 +0200
commit1d25e1de0b9498e469cb052b2d86bf7f7ae6adae (patch)
treeaadf57192d9f7fb1c38c9fb7f8f5099b04fe17cf /include
parentMissing include (diff)
downloadcore-1d25e1de0b9498e469cb052b2d86bf7f7ae6adae.tar.gz
core-1d25e1de0b9498e469cb052b2d86bf7f7ae6adae.zip
Clean up function declarations and some unused functions
Change-Id: I9d6e9df0b686c61597aaa0e194ab321445671a20
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/childwin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 0dec11a00583..966056e20682 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -364,7 +364,9 @@ public:
((SfxToolbox*)GetWindow())->FillInfo( aInfo ); \
return aInfo; }
+bool GetPosSizeFromString( const OUString& rStr, Point& rPos, Size& rSize );
+bool GetSplitSizeFromString( const OUString& rStr, Size& rSize );
#endif