diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-27 08:11:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-27 14:00:28 +0200 |
commit | 92b447876d1d9c10fba17e5f527332fe6ec07fb9 (patch) | |
tree | 92714b5d8db4fbf2d7a56aca8be0450269397be4 /include | |
parent | e6ff6f9a71ec88747e3cf8165fb72a96b57f2e99 (diff) |
css already means ::com::sun::star
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
Diffstat (limited to 'include')
-rw-r--r-- | include/sax/fastattribs.hxx | 4 | ||||
-rw-r--r-- | include/sfx2/sfxbasecontroller.hxx | 2 | ||||
-rw-r--r-- | include/svtools/colorcfg.hxx | 2 | ||||
-rw-r--r-- | include/svx/fmgridif.hxx | 12 | ||||
-rw-r--r-- | include/svx/fmsrccfg.hxx | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/include/sax/fastattribs.hxx b/include/sax/fastattribs.hxx index 71085910efb7..4724b7ed3de7 100644 --- a/include/sax/fastattribs.hxx +++ b/include/sax/fastattribs.hxx @@ -61,11 +61,11 @@ class SAX_DLLPUBLIC FastTokenHandlerBase class SAX_DLLPUBLIC FastTokenLookup { static const int mnUtf8BufferSize = 128; - ::css::uno::Sequence< sal_Int8 > maUtf8Buffer; + css::uno::Sequence< sal_Int8 > maUtf8Buffer; public: FastTokenLookup(); sal_Int32 getTokenFromChars( - const ::css::uno::Reference< ::css::xml::sax::XFastTokenHandler > &mxTokenHandler, + const css::uno::Reference< css::xml::sax::XFastTokenHandler > &mxTokenHandler, FastTokenHandlerBase *pTokenHandler, const char *pStr, size_t nLength = 0 ); }; diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx index a81568f20f27..0f77a44f0833 100644 --- a/include/sfx2/sfxbasecontroller.hxx +++ b/include/sfx2/sfxbasecontroller.hxx @@ -169,7 +169,7 @@ public: virtual void SAL_CALL removeTitleChangeListener( const css::uno::Reference< css::frame::XTitleChangeListener >& xListener ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // css::lang::XInitialization - virtual void SAL_CALL initialize( const ::css::uno::Sequence< ::css::uno::Any >& aArguments ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; + virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // FIXME: TL needs this in sw/source/ui/uno/unotxdoc.cxx now; // either the _Impl name should vanish or there should be an "official" API diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx index 00f8293ad680..d373d6aad0d9 100644 --- a/include/svtools/colorcfg.hxx +++ b/include/svtools/colorcfg.hxx @@ -114,7 +114,7 @@ public: EditableColorConfig(); ~EditableColorConfig(); - ::css::uno::Sequence< OUString > GetSchemeNames() const; + css::uno::Sequence< OUString > GetSchemeNames() const; void DeleteScheme(const OUString& rScheme ); void AddScheme(const OUString& rScheme ); bool LoadScheme(const OUString& rScheme ); diff --git a/include/svx/fmgridif.hxx b/include/svx/fmgridif.hxx index 1f2b2c59df37..4d5fd549840b 100644 --- a/include/svx/fmgridif.hxx +++ b/include/svx/fmgridif.hxx @@ -341,8 +341,8 @@ class FmGridControl; class SVX_DLLPUBLIC FmXGridPeer :public VCLXWindow ,public FmXGridPeer_BASE { - ::css::uno::Reference< ::css::container::XIndexContainer > m_xColumns; - ::css::uno::Reference< ::css::sdbc::XRowSet > m_xCursor; + css::uno::Reference< css::container::XIndexContainer > m_xColumns; + css::uno::Reference< css::sdbc::XRowSet > m_xCursor; ::cppu::OInterfaceContainerHelper m_aModifyListeners, m_aUpdateListeners, m_aContainerListeners, @@ -352,13 +352,13 @@ class SVX_DLLPUBLIC FmXGridPeer :public VCLXWindow OUString m_aMode; sal_Int32 m_nCursorListening; - ::css::uno::Reference< ::css::frame::XDispatchProviderInterceptor > m_xFirstDispatchInterceptor; + css::uno::Reference< css::frame::XDispatchProviderInterceptor > m_xFirstDispatchInterceptor; bool m_bInterceptingDispatch; bool* m_pStateCache; // one bool for each supported url - ::css::uno::Reference< ::css::frame::XDispatch > * m_pDispatchers; + css::uno::Reference< css::frame::XDispatch > * m_pDispatchers; // one dispatcher for each supported url // (I would like to have a vector here but including the stl in an exported file seems // very risky to me ....) @@ -368,11 +368,11 @@ class SVX_DLLPUBLIC FmXGridPeer :public VCLXWindow GridListenerDelegator* m_pGridListener; protected: - ::css::uno::Reference< ::css::uno::XComponentContext > m_xContext; + css::uno::Reference< css::uno::XComponentContext > m_xContext; ::osl::Mutex m_aMutex; public: - FmXGridPeer(const ::css::uno::Reference< ::css::uno::XComponentContext >&); + FmXGridPeer(const css::uno::Reference< css::uno::XComponentContext >&); virtual ~FmXGridPeer(); // spaeter Constructor, immer nach dem realen Constructor zu rufen ! diff --git a/include/svx/fmsrccfg.hxx b/include/svx/fmsrccfg.hxx index ce869e1c5376..1e1150654685 100644 --- a/include/svx/fmsrccfg.hxx +++ b/include/svx/fmsrccfg.hxx @@ -54,7 +54,7 @@ namespace svxform public: // no bit fields at all (want to pass the addresses to the OConfigurationValueContainer) - ::css::uno::Sequence< OUString > + css::uno::Sequence< OUString > aHistory; OUString sSingleSearchField; |