summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-04 00:13:34 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 19:56:52 +0100
commitb68c65fbc96ecbc2e133c5c961fd5eb0d3ff653f (patch)
tree8cb00f87af5e714b2dcf632171d6c5f56ae5086d /filter
parent4a62022f7fd624e0408a7ef3db911c2756bf361a (diff)
Remove useless comments in filters.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msvbasic.hxx7
-rw-r--r--filter/source/msfilter/svxmsbas.cxx2
-rw-r--r--filter/source/pdf/pdfexport.cxx3
3 files changed, 5 insertions, 7 deletions
diff --git a/filter/source/msfilter/msvbasic.hxx b/filter/source/msfilter/msvbasic.hxx
index 6529349162f2..1e5349684776 100644
--- a/filter/source/msfilter/msvbasic.hxx
+++ b/filter/source/msfilter/msvbasic.hxx
@@ -57,12 +57,11 @@ using namespace ::com::sun::star::script::ModuleType;
DECLARE_DYNARRAY(StringArray,String *)
-// #117718# define internal types to distinguish between
+// define internal types to distinguish between
// module types, form, class & normal
-// #i37965# DR 2004-12-03: add "Document", used in Excel for macros attached to sheet
+// #i37965# add "Document", used in Excel for macros attached to sheet
-// #117718# define map to hold types of module
-//
+// define map to hold types of module
typedef sal_Int32 ModType;
typedef ::std::map< UniString,
ModType > ModuleTypeHash;
diff --git a/filter/source/msfilter/svxmsbas.cxx b/filter/source/msfilter/svxmsbas.cxx
index e35439c79f11..f453c7145e27 100644
--- a/filter/source/msfilter/svxmsbas.cxx
+++ b/filter/source/msfilter/svxmsbas.cxx
@@ -391,7 +391,7 @@ BOOL SvxImportMSVBasic::ImportCode_Impl( VBA_Impl& aVBA, const std::vector< Stri
{
StringArray aDecompressed = aVBA.Decompress(i);
#if 0
-/* DR 2005-08-11 #124850# Do not filter special characters from module name.
+/* Do not filter special characters from module name.
Just put the original module name and let the Basic interpreter deal with
it. Needed for roundtrip...
*/
diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx
index 1e6b4b08f55c..f8c0dbc20739 100644
--- a/filter/source/pdf/pdfexport.cxx
+++ b/filter/source/pdf/pdfexport.cxx
@@ -204,13 +204,12 @@ sal_Bool PDFExport::ExportSelection( vcl::PDFWriter& rPDFWriter, Reference< com:
aMtf.SetPrefMapMode( aMapMode );
aMtf.Record( pOut );
- // --> FME 2004-10-08 #i35176#
+ // #i35176#
// IsLastPage property.
const sal_Int32 nCurrentRenderer = nSel - 1;
nSel = aMultiSelection.NextSelected();
if ( pLastPage && sal_Int32(SFX_ENDOFSELECTION) == nSel )
*pLastPage <<= sal_True;
- // <--
rRenderable->render( nCurrentRenderer, rSelection, rRenderOptions );