summaryrefslogtreecommitdiff
path: root/sfx2
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
commitc49ae0588e46d067df9babe80deb5b067729b53a (patch)
tree26a45a1e914638f09188c7af0639e51d588b38a7 /sfx2
parent0789079de1c9ed3a0b264db2fac6413d1c3e7f09 (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#
Diffstat (limited to 'sfx2')
-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 7dfe5e4b6855..2f3ccf86e344 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);