[Libreoffice-commits] .: basctl/source configmgr/source fpicker/source linguistic/source svl/source xml2cmp/source xmlsecurity/source
Takeshi Abe
tabe at kemper.freedesktop.org
Tue Jun 19 08:51:15 PDT 2012
basctl/source/basicide/bastype2.hxx | 3 ---
basctl/source/basicide/bastype3.hxx | 2 --
basctl/source/basicide/macrodlg.hxx | 2 --
basctl/source/basicide/moduldlg.hxx | 2 --
basctl/source/basicide/objdlg.hxx | 2 --
configmgr/source/access.hxx | 1 -
configmgr/source/broadcaster.hxx | 2 --
configmgr/source/localizedpropertynode.hxx | 3 ---
fpicker/source/office/PlaceEditDialog.hxx | 1 -
fpicker/source/office/ServerDetailsControls.hxx | 2 --
fpicker/source/office/commonpicker.hxx | 5 -----
fpicker/source/office/iodlg.hxx | 2 --
fpicker/source/office/iodlgimp.hxx | 1 -
linguistic/source/convdic.hxx | 2 --
linguistic/source/lngopt.hxx | 3 ---
linguistic/source/lngsvcmgr.hxx | 1 -
svl/source/inc/poolio.hxx | 2 --
svl/source/numbers/numfmuno.hxx | 2 --
xml2cmp/source/xcd/xmlelem.hxx | 1 -
xmlsecurity/source/helper/xmlsignaturehelper2.hxx | 2 --
20 files changed, 41 deletions(-)
New commits:
commit eeb5bea1d4e41ac190283d3b7d90659acbce5065
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Wed Jun 20 00:50:17 2012 +0900
removed unused forward declarations of class
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx
index 39a13ca..bf60e29 100644
--- a/basctl/source/basicide/bastype2.hxx
+++ b/basctl/source/basicide/bastype2.hxx
@@ -37,12 +37,9 @@ enum BasicEntryType { OBJ_TYPE_UNKNOWN, OBJ_TYPE_DOCUMENT, OBJ_TYPE_LIBRARY, OBJ
#define BROWSEMODE_SUBS 0x02
#define BROWSEMODE_DIALOGS 0x04
-class SbMethod;
-class SbxObject;
class SbModule;
class SvLBoxEntry;
class SbxVariable;
-class String;
class BasicEntry
diff --git a/basctl/source/basicide/bastype3.hxx b/basctl/source/basicide/bastype3.hxx
index bd86e93..b222828 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.hxx
@@ -25,8 +25,6 @@
#include <iderid.hxx>
-class EditorWindow;
-
#ifndef NO_SPECIALEDIT
class ExtendedEdit : public Edit
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index fbfb396..e572849 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -38,8 +38,6 @@
#define MACROCHOOSER_CHOOSEONLY 2
#define MACROCHOOSER_RECORDING 3
-class BasicManager;
-
class MacroChooser : public SfxModalDialog
{
private:
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 026591e..2132967 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -35,8 +35,6 @@
#include <vcl/tabctrl.hxx>
#include <vcl/lstbox.hxx>
-class StarBASIC;
-
enum NewObjectMode
{
NEWOBJECTMODE_LIB = 1,
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index 05fc871..c0c3c45 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.hxx
@@ -28,8 +28,6 @@
#include <bastype2.hxx>
-class StarBASIC;
-
class ObjectCatalogToolBox_Impl: public ToolBox
{
public:
diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx
index c1c8bf5..1e91fed 100644
--- a/configmgr/source/access.hxx
+++ b/configmgr/source/access.hxx
@@ -87,7 +87,6 @@ namespace rtl { class OUString; }
namespace configmgr {
class Broadcaster;
-class Change;
class ChildAccess;
class Components;
class Node;
diff --git a/configmgr/source/broadcaster.hxx b/configmgr/source/broadcaster.hxx
index a763303..80fb1db 100644
--- a/configmgr/source/broadcaster.hxx
+++ b/configmgr/source/broadcaster.hxx
@@ -44,8 +44,6 @@ namespace com { namespace sun { namespace star {
namespace configmgr {
-class Access;
-
class Broadcaster: private boost::noncopyable {
public:
void addDisposeNotification(
diff --git a/configmgr/source/localizedpropertynode.hxx b/configmgr/source/localizedpropertynode.hxx
index fb7742c..8fe6c8e 100644
--- a/configmgr/source/localizedpropertynode.hxx
+++ b/configmgr/source/localizedpropertynode.hxx
@@ -28,9 +28,6 @@
#include "nodemap.hxx"
#include "type.hxx"
-namespace com { namespace sun { namespace star { namespace uno {
- class Any;
-} } } }
namespace rtl { class OUString; }
namespace configmgr {
diff --git a/fpicker/source/office/PlaceEditDialog.hxx b/fpicker/source/office/PlaceEditDialog.hxx
index 53526e8..fd38f13 100644
--- a/fpicker/source/office/PlaceEditDialog.hxx
+++ b/fpicker/source/office/PlaceEditDialog.hxx
@@ -43,7 +43,6 @@
#include <boost/shared_ptr.hpp>
#include <vector>
-class Place;
class PlaceEditDialog : public ModalDialog
{
private :
diff --git a/fpicker/source/office/ServerDetailsControls.hxx b/fpicker/source/office/ServerDetailsControls.hxx
index a31e831..6543ded 100644
--- a/fpicker/source/office/ServerDetailsControls.hxx
+++ b/fpicker/source/office/ServerDetailsControls.hxx
@@ -34,8 +34,6 @@
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
-class PlaceEditDialog;
-
class DetailsContainer
{
private:
diff --git a/fpicker/source/office/commonpicker.hxx b/fpicker/source/office/commonpicker.hxx
index 6422019..6efe7ce 100644
--- a/fpicker/source/office/commonpicker.hxx
+++ b/fpicker/source/office/commonpicker.hxx
@@ -46,11 +46,6 @@
class SvtFileDialog;
class Window;
-namespace comphelper
-{
- class OWeakEventListenerAdapter;
-}
-
//.........................................................................
namespace svt
{
diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx
index 4dda63b..682509d 100644
--- a/fpicker/source/office/iodlg.hxx
+++ b/fpicker/source/office/iodlg.hxx
@@ -471,8 +471,6 @@ inline SvtFileView* SvtFileDialog::GetView() const
//*****************************************************************************
//*****************************************************************************
-class SvtFilePicker;
-
#define FILE_SELECTION_CHANGED 1
#define DIRECTORY_CHANGED 2
#define HELP_REQUESTED 3
diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx
index 12bfc0a..699092c 100644
--- a/fpicker/source/office/iodlgimp.hxx
+++ b/fpicker/source/office/iodlgimp.hxx
@@ -40,7 +40,6 @@
#include <vector>
#include <boost/ptr_container/ptr_deque.hpp>
-class Accelerator;
class CheckBox;
class SvtFileDialog;
diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx
index f33ad75..047b737 100644
--- a/linguistic/source/convdic.hxx
+++ b/linguistic/source/convdic.hxx
@@ -49,8 +49,6 @@
#define SN_CONV_DICTIONARY "com.sun.star.linguistic2.ConversionDictionary"
-class SvStream;
-
sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType );
struct StrLT
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx
index 1e0fa9f..61bb241 100644
--- a/linguistic/source/lngopt.hxx
+++ b/linguistic/source/lngopt.hxx
@@ -53,9 +53,6 @@ namespace com { namespace sun { namespace star {
namespace beans {
struct PropertyChangeEvent;
}
- namespace registry {
- class XRegistryKey;
- }
}}}
diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx
index 0e27a70..80cbd3d 100644
--- a/linguistic/source/lngsvcmgr.hxx
+++ b/linguistic/source/lngsvcmgr.hxx
@@ -56,7 +56,6 @@ struct SvcInfo;
namespace com { namespace sun { namespace star { namespace linguistic2 {
class XLinguServiceEventBroadcaster;
class XSpellChecker;
- class XProofreader;
class XProofreadingIterator;
class XHyphenator;
class XThesaurus;
diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx
index b334e05..0040d63 100644
--- a/svl/source/inc/poolio.hxx
+++ b/svl/source/inc/poolio.hxx
@@ -70,8 +70,6 @@ struct SfxPoolItemArray_Impl: public SfxPoolItemArrayBase_Impl
{}
};
-class SfxStyleSheetIterator;
-
struct SfxItemPool_Impl
{
SfxBroadcaster aBC;
diff --git a/svl/source/numbers/numfmuno.hxx b/svl/source/numbers/numfmuno.hxx
index 32be1a8..5a58597 100644
--- a/svl/source/numbers/numfmuno.hxx
+++ b/svl/source/numbers/numfmuno.hxx
@@ -41,8 +41,6 @@
#include <rtl/ref.hxx>
#include <tools/solar.h>
-class SvNumberformat;
-class SvNumberFormatter;
class SvNumberFormatsSupplierObj;
diff --git a/xml2cmp/source/xcd/xmlelem.hxx b/xml2cmp/source/xcd/xmlelem.hxx
index 3d00ec7..14c741e 100644
--- a/xml2cmp/source/xcd/xmlelem.hxx
+++ b/xml2cmp/source/xcd/xmlelem.hxx
@@ -42,7 +42,6 @@
class X2CParser;
class HtmlCreator;
-class Index;
class XmlElement
{
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
index e5dd479..ee866c5 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
@@ -40,8 +40,6 @@ namespace com {
namespace sun {
namespace star {
namespace io {
- class XStream;
- class XOutputStream;
class XInputStream; }
namespace embed {
class XStorage; }
More information about the Libreoffice-commits
mailing list