summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linguistic/qa/complex/linguistic/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/qa/complex/linguistic/makefile.mk b/linguistic/qa/complex/linguistic/makefile.mk
index 3c76f9cbd7c8..6d15f4b54cd1 100644
--- a/linguistic/qa/complex/linguistic/makefile.mk
+++ b/linguistic/qa/complex/linguistic/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 13:48:28 $
+# last change: $Author: hr $ $Date: 2007-06-27 12:51:06 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -35,7 +35,7 @@
PRJ = ..$/..$/..
TARGET = HangulHanjaConversion
-PRJNAME = $(TARGET)
+PRJNAME = linguistic
PACKAGE = complex$/linguistic
# --- Settings -----------------------------------------------------
'>2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-01com::sun::star->css in embeddedobj/Noel Grandin 2015-08-03tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-24loplugin:unusedmethodsNoel Grandin 2015-04-13loplugin:staticmethodsNoel Grandin 2014-12-18embeddedobj: Use appropriate OUString functions on string constantsStephan Bergmann 2014-05-14various loplugin:passsequencebyrefNoel Grandin 2014-04-22embeddedobj: sal_Bool->boolNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann