[Libreoffice-commits] .: cui/source
Joseph Powers
jpowers at kemper.freedesktop.org
Fri Jun 10 06:10:29 PDT 2011
cui/source/factory/dlgfact.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 21d66aaab8405bccd61527d559d1e39fae07278b
Author: Joseph Powers <jpowers27 at cox.net>
Date: Fri Jun 10 06:10:15 2011 -0700
#include "cuigaldlg.hxx" was done twice.
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 5c72509..315e5f1 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -40,7 +40,6 @@
#include "splitcelldlg.hxx"
#include "gallery.hrc"
#include "dstribut.hxx"
-#include "cuigaldlg.hxx"
#include "cuiimapwnd.hxx"
#include "hlmarkwn.hxx"
#include "cuicharmap.hxx"
@@ -1004,7 +1003,7 @@ VclAbstractDialog* AbstractDialogFactory_Impl::CreateVclDialog( Window* pParent,
switch ( nResId )
{
case RID_DEFAULTABOUT:
- {
+ {
pDlg = new AboutDialog( pParent, CUI_RES( (sal_uInt16) nResId ) );
break;
}
More information about the Libreoffice-commits
mailing list