summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 17:50:25 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:10 +0200
commitbf42b6f9f51b4bc66e267ae24c87ac79122825cc (patch)
tree449f642fc53e3d654ae36a39877efc41a8b74fcc /include/sot
parent3f84d81412f123bda0dde57c4e52abe9f49f58af (diff)
fdo#62475 - remove visual noise
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/exchange.hxx15
1 files changed, 1 insertions, 14 deletions
diff --git a/include/sot/exchange.hxx b/include/sot/exchange.hxx
index a0ff6a972678..c73515762ff2 100644
--- a/include/sot/exchange.hxx
+++ b/include/sot/exchange.hxx
@@ -34,16 +34,8 @@ namespace com { namespace sun { namespace star { namespace datatransfer {
class XTransferable;
} } } }
-// ---------------------
-// - SotFormatStringId -
-// ---------------------
-
typedef sal_uLong SotFormatStringId;
-// ----------------
-// - DataFlavorEx -
-// ----------------
-
struct DataFlavorEx : public ::com::sun::star::datatransfer::DataFlavor
{
SotFormatStringId mnSotId;
@@ -65,9 +57,7 @@ typedef ::std::list< DataFlavorEx > DataFlavorEx
SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVector,
sal_uLong nId );
-// -------------------------
// - Vordefinierte Formate -
-// -------------------------
// Die Reihenfolge und die Werte d?rfen nicht ge?ndert werden,
// da die Implementation sich darauf verl??t.
@@ -152,9 +142,6 @@ SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVec
#define EXCHG_DEST_DOC_TEXTFRAME_WEB 16
#define EXCHG_DEST_SWDOC_FREE_AREA_WEB 17
-// ------------
-// - Exchange -
-// ------------
class SvGlobalName;
class SOT_DLLPUBLIC SotExchange
{
@@ -204,6 +191,6 @@ public:
static sal_uInt16 IsMath( const SvGlobalName& rName );
};
-#endif // _EXCHANGE_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */