[Libreoffice-commits] .: editeng/inc svx/source

Joseph Powers jpowers at kemper.freedesktop.org
Mon May 23 21:11:20 PDT 2011


 editeng/inc/editeng/flditem.hxx |    8 ++++----
 svx/source/dialog/srchctrl.cxx  |    5 +----
 2 files changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 51fa7c858cf50aaabe116bb34ccc4b38ec274a8f
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Mon May 23 21:10:48 2011 -0700

    Remove some extra #incude <tools/pstm.hxx>

diff --git a/editeng/inc/editeng/flditem.hxx b/editeng/inc/editeng/flditem.hxx
index 4f5cace..18b1ad5 100644
--- a/editeng/inc/editeng/flditem.hxx
+++ b/editeng/inc/editeng/flditem.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -109,7 +109,7 @@ public:
 #define SVX_USERFIELD		200	// From here on own fields, not in the SVX
 
 enum SvxDateType { SVXDATETYPE_FIX, SVXDATETYPE_VAR };
-enum SvxDateFormat {	SVXDATEFORMAT_APPDEFAULT, 	// Set as in App 
+enum SvxDateFormat {	SVXDATEFORMAT_APPDEFAULT, 	// Set as in App
                         SVXDATEFORMAT_SYSTEM, 		// Set as in System
                         SVXDATEFORMAT_STDSMALL,
                         SVXDATEFORMAT_STDBIG,
@@ -160,7 +160,7 @@ public:
 
 
 enum SvxURLFormat	{	SVXURLFORMAT_APPDEFAULT, 	// Set as in App
-                        SVXURLFORMAT_URL,			// Represent URL 
+                        SVXURLFORMAT_URL,			// Represent URL
                         SVXURLFORMAT_REPR			// Constitute repraesentation
                     };
 
@@ -247,7 +247,7 @@ public:
 
 
 enum SvxTimeType { SVXTIMETYPE_FIX, SVXTIMETYPE_VAR };
-enum SvxTimeFormat {	SVXTIMEFORMAT_APPDEFAULT, 	// Set as in App 
+enum SvxTimeFormat {	SVXTIMEFORMAT_APPDEFAULT, 	// Set as in App
                         SVXTIMEFORMAT_SYSTEM, 		// Set as in System
                         SVXTIMEFORMAT_STANDARD,
                         SVXTIMEFORMAT_24_HM,	// 13:49
diff --git a/svx/source/dialog/srchctrl.cxx b/svx/source/dialog/srchctrl.cxx
index 3782832..1330767 100644
--- a/svx/source/dialog/srchctrl.cxx
+++ b/svx/source/dialog/srchctrl.cxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -30,7 +30,6 @@
 #include "precompiled_svx.hxx"
 
 // include ---------------------------------------------------------------
-#include <tools/pstm.hxx>
 #include <svl/intitem.hxx>
 #include <sfx2/objsh.hxx>
 
@@ -38,8 +37,6 @@
 
 #define _SVX_SRCHDLG_CXX // so that private methods from SrchDlgare known
 
-
-
 #include "srchctrl.hxx"
 #include "svx/srchdlg.hxx"
 #include <svl/srchitem.hxx>


More information about the Libreoffice-commits mailing list