summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-08 08:25:27 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-08 08:25:27 +0000
commitf431db54a74d215b0eb999c805f111ad925e654b (patch)
treefacc35593f61e6c401fa2b77858d95ba8102c156 /svx
parent474d4f320626294391b16bfb9624811817f691e0 (diff)
INTEGRATION: CWS fwk14 (1.4.676); FILE MERGED
2005/05/31 12:57:43 cd 1.4.676.1: #i46092# Use correct parent for floating windows
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/colorwindow.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx
index 2699c8d7b908..a85a508153ce 100644
--- a/svx/source/tbxctrls/colorwindow.hxx
+++ b/svx/source/tbxctrls/colorwindow.hxx
@@ -42,7 +42,8 @@ public:
SvxColorWindow_Impl( const rtl::OUString& rCommand,
USHORT nSlotId,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame,
- const String& rWndTitle );
+ const String& rWndTitle,
+ Window* pParentWindow );
~SvxColorWindow_Impl();
void StartSelection();