diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-26 09:11:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-26 09:12:05 +0200 |
commit | 3d784c4af6e0fdde0b7e555ad940bc13a61c2a22 (patch) | |
tree | 58415192099a6e8c352f92ab55749244668f03bf /shell | |
parent | d31844da975b75e0a45121f990dee9d7cde30b30 (diff) |
remove extra spaces around ::
just makes it harder to grep for methods
Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/kde4be/kde4access.cxx | 2 | ||||
-rw-r--r-- | shell/source/backends/kdebe/kdeaccess.cxx | 2 | ||||
-rw-r--r-- | shell/source/win32/ooofilereader/contentreader.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/backends/kde4be/kde4access.cxx b/shell/source/backends/kde4be/kde4access.cxx index f2a849db7b96..bebb528febf8 100644 --- a/shell/source/backends/kde4be/kde4access.cxx +++ b/shell/source/backends/kde4be/kde4access.cxx @@ -73,7 +73,7 @@ css::beans::Optional< css::uno::Any > getValue(OUString const & id) { { QFont aFixedFont; QString aFontName; - :: OUString sFontName; + OUString sFontName; aFixedFont = KGlobalSettings::fixedFont(); aFontName = aFixedFont.family(); diff --git a/shell/source/backends/kdebe/kdeaccess.cxx b/shell/source/backends/kdebe/kdeaccess.cxx index 2088ebc33eff..a0a515612b92 100644 --- a/shell/source/backends/kdebe/kdeaccess.cxx +++ b/shell/source/backends/kdebe/kdeaccess.cxx @@ -69,7 +69,7 @@ css::beans::Optional< css::uno::Any > getValue(OUString const & id) { { QFont aFixedFont; QString aFontName; - :: OUString sFontName; + OUString sFontName; aFixedFont = KGlobalSettings::fixedFont(); aFontName = aFixedFont.family(); diff --git a/shell/source/win32/ooofilereader/contentreader.cxx b/shell/source/win32/ooofilereader/contentreader.cxx index 24c420a8e746..f2dedcd73d8a 100644 --- a/shell/source/win32/ooofilereader/contentreader.cxx +++ b/shell/source/win32/ooofilereader/contentreader.cxx @@ -143,7 +143,7 @@ LocaleSet_t const & CContentReader::getLocale( const StyleName_t& Style ) if ( m_StyleMap.empty() ) return m_DefaultLocale; - StyleLocaleMap_t :: const_iterator style_Iter; + StyleLocaleMap_t::const_iterator style_Iter; if ( ( style_Iter = m_StyleMap.find( Style ) ) == m_StyleMap.end( ) ) return m_DefaultLocale; |