diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-10 09:31:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-10 09:31:46 +0200 |
commit | 1d25e1de0b9498e469cb052b2d86bf7f7ae6adae (patch) | |
tree | aadf57192d9f7fb1c38c9fb7f8f5099b04fe17cf /include/sfx2 | |
parent | 4f9674beaaa51b85d8405cf5d125ca19d55c1b32 (diff) |
Clean up function declarations and some unused functions
Change-Id: I9d6e9df0b686c61597aaa0e194ab321445671a20
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/childwin.hxx | 2 |
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 |