summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-07-03 14:04:55 +0000
committerRelease Engineers <releng@openoffice.org>2009-07-03 14:04:55 +0000
commiteea9cb555a2500153b5953cc9933c7fe8e4b92c8 (patch)
treeef70990a2e5b4ca7ca682d0820f7f1bd4936126d
parenta0df2183cfe1ae92fcd9cf64e725b145e9e8e56d (diff)
CWS-TOOLING: integrate CWS os130a
2009-06-05 15:47:33 +0200 os r272704 : #63267# 2009-06-05 15:44:03 +0200 os r272703 : #i99578# 2009-06-05 15:43:27 +0200 os r272702 : #i99529# 2009-06-05 15:41:39 +0200 os r272701 : #i99526# 2009-06-05 15:39:32 +0200 os r272700 : #i91534# 2009-06-05 15:37:12 +0200 os r272699 : #i102000# 2009-06-05 15:34:12 +0200 os r272698 : #i101952# 2009-06-05 15:32:31 +0200 os r272697 : #i101814# 2009-06-05 15:28:55 +0200 os r272695 : #i101214# 2009-06-05 15:25:05 +0200 os r272694 : #i101007# 2009-06-05 15:22:49 +0200 os r272692 : #i100487# 2009-06-05 15:17:13 +0200 os r272691 : #100825#
-rw-r--r--sfx2/source/dialog/templdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index ed174ba550..dcfa8a1247 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -1884,8 +1884,8 @@ void SfxCommonTemplateDialog_Impl::ActionSelect(USHORT nEntry)
pStyleSheetPool->SetSearchMask( eFam, SFXSTYLEBIT_USERDEF );
SfxNewStyleDlg *pDlg =
- // FloatingWindow must not be parent of a modal dialog
- new SfxNewStyleDlg(SFX_APP()->GetTopWindow(), *pStyleSheetPool);
+ // why? : FloatingWindow must not be parent of a modal dialog
+ new SfxNewStyleDlg(pWindow, *pStyleSheetPool);
if(RET_OK == pDlg->Execute())
{
pStyleSheetPool->SetSearchMask(eFam, nFilter);