summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-04-30 07:15:55 +0300
committerTor Lillqvist <tml@collabora.com>2015-04-30 09:11:40 +0300
commitc07a3b0396ab131bef7ef23305180c8f27bf5c9b (patch)
tree31b1dca0adcd846db2a7d9fde354f7bee3ab263e /include
parentd883c12556a71c5d3719454b1f95809a505f0ace (diff)
Get rid of initial :: for the svx namespace
Change-Id: I03e428a749bca409ebac9c142acaddafcbfeca23
Diffstat (limited to 'include')
-rw-r--r--include/editeng/editeng.hxx4
-rw-r--r--include/editeng/outliner.hxx4
-rw-r--r--include/svx/charmap.hxx4
-rw-r--r--include/svx/fmshell.hxx2
-rw-r--r--include/svx/fmview.hxx4
-rw-r--r--include/svx/svdobj.hxx4
-rw-r--r--include/svx/unoshape.hxx2
7 files changed, 12 insertions, 12 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index d38536878977..65c57db23329 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -441,11 +441,11 @@ public:
//initialize sentence spelling
void StartSpelling(EditView& rEditView, bool bMultipleDoc);
//spell and return a sentence
- bool SpellSentence(EditView& rEditView, ::svx::SpellPortions& rToFill, bool bIsGrammarChecking );
+ bool SpellSentence(EditView& rEditView, svx::SpellPortions& rToFill, bool bIsGrammarChecking );
// put spell position to start of current sentence
void PutSpellingToSentenceStart( EditView& rEditView );
//applies a changed sentence
- void ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck );
+ void ApplyChangedSentence(EditView& rEditView, const svx::SpellPortions& rNewPortions, bool bRecheck );
// for text conversion (see also HasSpellErrors)
bool HasConvertibleTextPortion( LanguageType nLang );
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index 9bfb4b4552c8..81fb3561575d 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -982,11 +982,11 @@ public:
void StartSpelling(EditView& rEditView, bool bMultipleDoc);
// spell and return a sentence
- bool SpellSentence(EditView& rEditView, ::svx::SpellPortions& rToFill, bool bIsGrammarChecking );
+ bool SpellSentence(EditView& rEditView, svx::SpellPortions& rToFill, bool bIsGrammarChecking );
// put spell position to start of current sentence
void PutSpellingToSentenceStart( EditView& rEditView );
// applies a changed sentence
- void ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck );
+ void ApplyChangedSentence(EditView& rEditView, const svx::SpellPortions& rNewPortions, bool bRecheck );
/** sets a link that is called at the beginning of a drag operation at an edit view */
void SetBeginDropHdl( const Link& rLink );
diff --git a/include/svx/charmap.hxx b/include/svx/charmap.hxx
index 51b0c31fbf77..db9e95361a75 100644
--- a/include/svx/charmap.hxx
+++ b/include/svx/charmap.hxx
@@ -63,7 +63,7 @@ public:
void SetPreSelectHdl( const Link& rHdl ) { aPreSelectHdl = rHdl; }
static sal_uInt32& getSelectedChar();
- ::svx::SvxShowCharSetItem* ImplGetItem( int _nPos );
+ svx::SvxShowCharSetItem* ImplGetItem( int _nPos );
int FirstInView() const;
int LastInView() const;
int PixelToMapIndex( const Point&) const;
@@ -104,7 +104,7 @@ private:
Link aSelectHdl;
Link aHighHdl;
Link aPreSelectHdl;
- ::svx::SvxShowCharSetVirtualAcc* m_pAccessible;
+ svx::SvxShowCharSetVirtualAcc* m_pAccessible;
::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > m_xAccessible;
long nX;
long nY;
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 8249ef9c46b7..01f91198d3cb 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -158,7 +158,7 @@ public:
OutputDevice& i_rDevice
) const;
- static ::std::unique_ptr< ::svx::ISdrObjectFilter >
+ static ::std::unique_ptr< svx::ISdrObjectFilter >
CreateFocusableControlFilter(
const SdrView& i_rView,
const OutputDevice& i_rDevice
diff --git a/include/svx/fmview.hxx b/include/svx/fmview.hxx
index 76b88ab457c3..165f3c07afcd 100644
--- a/include/svx/fmview.hxx
+++ b/include/svx/fmview.hxx
@@ -76,11 +76,11 @@ public:
/** create a control pair (label/bound control) for the database field description given.
*/
- SdrObject* CreateFieldControl( const ::svx::ODataAccessDescriptor& _rColumnDescriptor );
+ SdrObject* CreateFieldControl( const svx::ODataAccessDescriptor& _rColumnDescriptor );
/** create a control pair (label/bound control) for the xforms description given.
*/
- SdrObject* CreateXFormsControl( const ::svx::OXFormsDescriptor &_rDesc );
+ SdrObject* CreateXFormsControl( const svx::OXFormsDescriptor &_rDesc );
virtual void MarkListHasChanged() SAL_OVERRIDE;
virtual void AddWindowToPaintView(OutputDevice* pNewWin) SAL_OVERRIDE;
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 844105db21dd..e3d77ccae081 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -906,7 +906,7 @@ public:
// There already exists an SvxShape instance associated with the SdrObject
// @throws ::com::sun::star::uno::RuntimeException
// if there does nt yet exists an SvxShape instance associated with the SdrObject.
- ::svx::PropertyChangeNotifier&
+ svx::PropertyChangeNotifier&
getShapePropertyChangeNotifier();
// notifies a change in the given property, to all applicable listeners registered at the associated SvxShape
@@ -914,7 +914,7 @@ public:
// This method is equivalent to calling getShapePropertyChangeNotifier().notifyPropertyChange( _eProperty ),
// exception that it is allowed to be called when there does not yet exist an associated SvxShape - in which
// case the method will silently return without doing anything.
- void notifyShapePropertyChange( const ::svx::ShapeProperty _eProperty ) const;
+ void notifyShapePropertyChange( const svx::ShapeProperty _eProperty ) const;
// transformation interface for StarOfficeAPI. This implements support for
// homogen 3x3 matrices containing the transformation of the SdrObject. At the
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index 67fb2e347682..9ca963b9e545 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -191,7 +191,7 @@ public:
::com::sun::star::uno::Any GetBitmap( bool bMetaFile = false ) const
throw (css::uno::RuntimeException, std::exception);
- ::svx::PropertyChangeNotifier& getShapePropertyChangeNotifier();
+ svx::PropertyChangeNotifier& getShapePropertyChangeNotifier();
void setShapeKind( sal_uInt32 nKind );
sal_uInt32 getShapeKind() const;