summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/IconThemeScanner.cxx1
-rw-r--r--vcl/source/app/IconThemeSelector.cxx1
-rw-r--r--vcl/source/app/dbggui.cxx2
-rw-r--r--vcl/source/app/dndhelp.cxx3
-rw-r--r--vcl/source/app/help.cxx1
-rw-r--r--vcl/source/app/i18nhelp.cxx3
-rw-r--r--vcl/source/app/salvtables.cxx7
-rw-r--r--vcl/source/app/session.cxx1
-rw-r--r--vcl/source/app/settings.cxx16
-rw-r--r--vcl/source/app/sound.cxx1
-rw-r--r--vcl/source/app/stdtext.cxx2
-rw-r--r--vcl/source/app/svdata.cxx2
-rw-r--r--vcl/source/app/timer.cxx2
-rw-r--r--vcl/source/app/unohelp2.cxx1
-rw-r--r--vcl/source/app/vclevent.cxx1
15 files changed, 0 insertions, 44 deletions
diff --git a/vcl/source/app/IconThemeScanner.cxx b/vcl/source/app/IconThemeScanner.cxx
index 152dbdca4646..9684bb6d7b0a 100644
--- a/vcl/source/app/IconThemeScanner.cxx
+++ b/vcl/source/app/IconThemeScanner.cxx
@@ -183,7 +183,6 @@ IconThemeScanner::GetIconThemeInfo(const OUString& themeId)
return *info;
}
-
} // end namespace vcl
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/app/IconThemeSelector.cxx b/vcl/source/app/IconThemeSelector.cxx
index 023745bf9bcd..4f8b4e591791 100644
--- a/vcl/source/app/IconThemeSelector.cxx
+++ b/vcl/source/app/IconThemeSelector.cxx
@@ -22,7 +22,6 @@ IconThemeSelector::HIGH_CONTRAST_ICON_THEME_ID("hicontrast");
/*static*/ const OUString
IconThemeSelector::FALLBACK_ICON_THEME_ID("tango");
-
namespace {
class SameTheme :
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 29067fb24a23..ae084a7b0cf4 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -225,7 +225,6 @@ private:
void GetAssertionEntryRange( sal_uInt16 nInbetweenEntry, sal_uInt16& nFirst, sal_uInt16& nLast );
};
-
class DbgInfoDialog : public ModalDialog
{
private:
@@ -239,7 +238,6 @@ public:
void SetInfoText( const OUString& rStr );
};
-
class DbgDialog : public ModalDialog
{
private:
diff --git a/vcl/source/app/dndhelp.cxx b/vcl/source/app/dndhelp.cxx
index 05c2f9d12562..7b056828893c 100644
--- a/vcl/source/app/dndhelp.cxx
+++ b/vcl/source/app/dndhelp.cxx
@@ -89,8 +89,6 @@ void vcl::unohelper::DragAndDropClient::dropActionChanged( const ::com::sun::sta
{
}
-
-
vcl::unohelper::DragAndDropWrapper::DragAndDropWrapper( DragAndDropClient* pClient )
{
mpClient = pClient;
@@ -119,7 +117,6 @@ void vcl::unohelper::DragAndDropWrapper::disposing( const ::com::sun::star::lang
mpClient = NULL;
}
-
// ::com::sun::star::datatransfer::dnd::XDragGestureListener
void vcl::unohelper::DragAndDropWrapper::dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& rDGE ) throw (::com::sun::star::uno::RuntimeException, std::exception)
{
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index 77b655ab65d5..b84364e00b24 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -464,7 +464,6 @@ OUString HelpTextWindow::GetText() const
return FloatingWindow::CreateAccessible();
}
-
void ImplShowHelpWindow( Window* pParent, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle,
const OUString& rHelpText, const OUString& rStatusText,
const Point& rScreenPos, const Rectangle* pHelpArea )
diff --git a/vcl/source/app/i18nhelp.cxx b/vcl/source/app/i18nhelp.cxx
index 40585a81ed71..6796e6359a72 100644
--- a/vcl/source/app/i18nhelp.cxx
+++ b/vcl/source/app/i18nhelp.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "comphelper/processfactory.hxx"
#include "unotools/localedatawrapper.hxx"
#include "unotools/transliterationwrapper.hxx"
@@ -124,7 +123,6 @@ sal_Int32 vcl::I18nHelper::CompareString( const OUString& rStr1, const OUString&
((vcl::I18nHelper*)this)->mpTransliterationWrapper = NULL;
}
-
OUString aStr1( filterFormattingChars(rStr1) );
OUString aStr2( filterFormattingChars(rStr2) );
return ImplGetTransliterationWrapper().compareString( aStr1, aStr2 );
@@ -162,7 +160,6 @@ bool vcl::I18nHelper::MatchMnemonic( const OUString& rString, sal_Unicode cMnemo
return bEqual;
}
-
OUString vcl::I18nHelper::GetNum( long nNumber, sal_uInt16 nDecimals, bool bUseThousandSep, bool bTrailingZeros ) const
{
return ImplGetLocaleDataWrapper().getNum( nNumber, nDecimals, bUseThousandSep, bTrailingZeros );
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 3c0a0f526eb3..cbde0d4bf038 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <salframe.hxx>
#include <salinst.hxx>
#include <salvd.hxx>
@@ -36,8 +35,6 @@ SalFrame::~SalFrame()
{
}
-
-
// default to full-frame flushes
// on ports where partial-flushes are much cheaper this method should be overridden
void SalFrame::Flush( const Rectangle& )
@@ -45,15 +42,11 @@ void SalFrame::Flush( const Rectangle& )
Flush();
}
-
-
void SalFrame::SetRepresentedURL( const OUString& )
{
// currently this is Mac only functionality
}
-
-
SalInstance::~SalInstance()
{
}
diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx
index cf430b4a08ff..ac6e6c4bb810 100644
--- a/vcl/source/app/session.cxx
+++ b/vcl/source/app/session.cxx
@@ -41,7 +41,6 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::frame;
-
SalSession::~SalSession()
{
}
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index b175108381c0..ad9bfa11f292 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -78,7 +78,6 @@ struct ImplMouseData
sal_uInt16 mnWheelBehavior;
};
-
struct ImplStyleData
{
ImplStyleData();
@@ -207,7 +206,6 @@ struct ImplStyleData
boost::optional<Color> maPersonaMenuBarTextColor; ///< Cache the menubar color.
};
-
struct ImplMiscData
{
ImplMiscData();
@@ -217,7 +215,6 @@ struct ImplMiscData
TriState mnDisablePrinting;
};
-
struct ImplHelpData
{
ImplHelpData();
@@ -430,7 +427,6 @@ MouseSettings::GetMenuDelay() const
return mpData->mnMenuDelay;
}
-
void
MouseSettings::SetFollow( sal_uLong nFollow )
{
@@ -444,7 +440,6 @@ MouseSettings::GetFollow() const
return mpData->mnFollow;
}
-
void
MouseSettings::SetMiddleButtonAction( sal_uInt16 nAction )
{
@@ -482,8 +477,6 @@ MouseSettings::MouseSettings()
{
}
-
-
MouseSettings::~MouseSettings()
{
}
@@ -1363,7 +1356,6 @@ StyleSettings::GetMonoColor() const
return mpData->maMonoColor;
}
-
void
StyleSettings::SetActiveTabColor( const Color& rColor )
{
@@ -1501,7 +1493,6 @@ StyleSettings::GetPrimaryButtonWarpsSlider() const
return mpData->mbPrimaryButtonWarpsSlider;
}
-
void
StyleSettings::SetCairoFontOptions( const void *pOptions )
{
@@ -1515,7 +1506,6 @@ StyleSettings::GetCairoFontOptions() const
return mpData->mpFontOptions;
}
-
void
StyleSettings::SetAppFont( const Font& rFont )
{
@@ -1794,7 +1784,6 @@ StyleSettings::GetCursorBlinkTime() const
return (long) mpData->mnCursorBlinkTime;
}
-
void
StyleSettings::SetScreenZoom( sal_uInt16 nPercent )
{
@@ -1847,7 +1836,6 @@ StyleSettings::GetSelectionOptions() const
return mpData->mnSelectionOptions;
}
-
void
StyleSettings::SetDisplayOptions( sal_uLong nOptions )
{
@@ -1874,7 +1862,6 @@ StyleSettings::GetAntialiasingMinPixelHeight() const
return mpData->mnAntialiasedMin;
}
-
void
StyleSettings::SetOptions( sal_uLong nOptions )
{
@@ -1895,7 +1882,6 @@ StyleSettings::GetAutoMnemonic() const
return mpData->mbAutoMnemonic;
}
-
void
StyleSettings::SetFontColor( const Color& rColor )
{
@@ -1909,7 +1895,6 @@ StyleSettings::GetFontColor() const
return mpData->maFontColor;
}
-
void
StyleSettings::SetToolbarIconSize( sal_uLong nSize )
{
@@ -1936,7 +1921,6 @@ StyleSettings::SetDialogStyle( const DialogStyle& rStyle )
mpData->maDialogStyle = rStyle;
}
-
const FrameStyle&
StyleSettings::GetFrameStyle() const
{
diff --git a/vcl/source/app/sound.cxx b/vcl/source/app/sound.cxx
index 308f37f8c57f..226d09fb345c 100644
--- a/vcl/source/app/sound.cxx
+++ b/vcl/source/app/sound.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <vcl/sound.hxx>
diff --git a/vcl/source/app/stdtext.cxx b/vcl/source/app/stdtext.cxx
index 4758a2533189..edd115d0befa 100644
--- a/vcl/source/app/stdtext.cxx
+++ b/vcl/source/app/stdtext.cxx
@@ -17,14 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <vcl/msgbox.hxx>
#include <vcl/stdtext.hxx>
#include <svids.hrc>
#include <svdata.hxx>
-
OUString GetStandardText( sal_uInt16 nStdText )
{
ResMgr* pResMgr = ImplGetResMgr();
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 21a3d1a7a4e7..b899ec73816d 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -303,8 +303,6 @@ bool ImplInitAccessBridge()
return true;
}
-
-
Window* ImplFindWindow( const SalFrame* pFrame, ::Point& rSalFramePos )
{
ImplSVData* pSVData = ImplGetSVData();
diff --git a/vcl/source/app/timer.cxx b/vcl/source/app/timer.cxx
index 2f4ff80eee25..f83f55ceb14e 100644
--- a/vcl/source/app/timer.cxx
+++ b/vcl/source/app/timer.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <tools/time.hxx>
#include <vcl/svapp.hxx>
@@ -27,7 +26,6 @@
#include <svdata.hxx>
#include <salinst.hxx>
-
#define MAX_TIMER_PERIOD ((sal_uLong)0xFFFFFFFF)
struct ImplTimerData
diff --git a/vcl/source/app/unohelp2.cxx b/vcl/source/app/unohelp2.cxx
index ccaa289219c2..7dc274cffb00 100644
--- a/vcl/source/app/unohelp2.cxx
+++ b/vcl/source/app/unohelp2.cxx
@@ -25,7 +25,6 @@
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
#include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp>
-
using namespace ::com::sun::star;
namespace vcl { namespace unohelper {
diff --git a/vcl/source/app/vclevent.cxx b/vcl/source/app/vclevent.cxx
index 50c6b00c9cdd..8d5b69ae96c3 100644
--- a/vcl/source/app/vclevent.cxx
+++ b/vcl/source/app/vclevent.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "vcl/vclevent.hxx"
#include "svdata.hxx"